Skip to content

Add more examples for pyiceberg view#3414

Open
MonkeyCanCode wants to merge 8 commits into
apache:mainfrom
MonkeyCanCode:pyiceberg_view_doc
Open

Add more examples for pyiceberg view#3414
MonkeyCanCode wants to merge 8 commits into
apache:mainfrom
MonkeyCanCode:pyiceberg_view_doc

Conversation

@MonkeyCanCode
Copy link
Copy Markdown

Closes #3413

Rationale for this change

Adds more examples around view support.

Are these changes tested?

Yes. Those had been tested locally with local Polaris.

Are there any user-facing changes?

No.

Copy link
Copy Markdown
Contributor

@gabeiglio gabeiglio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! left some small comments but overall looks good

Comment thread mkdocs/docs/api.md
Comment thread mkdocs/docs/api.md Outdated
Comment thread mkdocs/docs/api.md Outdated
Comment thread mkdocs/docs/api.md Outdated
@MonkeyCanCode
Copy link
Copy Markdown
Author

@gabeiglio thanks for the review. All feedbacks had been addressed now.

Comment thread mkdocs/docs/api.md Outdated
Comment thread mkdocs/docs/api.md
Comment thread mkdocs/docs/configuration.md Outdated
Copy link
Copy Markdown
Contributor

@gabeiglio gabeiglio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks!

@MonkeyCanCode MonkeyCanCode requested a review from ebyhr May 28, 2026 18:45
@MonkeyCanCode
Copy link
Copy Markdown
Author

@ebyhr @gabeiglio @abnobdoss @rambleraptor thanks for the reviews and all feedbacks had been addressed. Please take another look.

Copy link
Copy Markdown

@abnobdoss abnobdoss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Copy Markdown
Contributor

@rambleraptor rambleraptor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks so much for all of the rounds of iteration on this. Docs are such an important place, especially for new users.

Comment thread mkdocs/docs/api.md Outdated
Co-authored-by: Yuya Ebihara <ebyhry@gmail.com>
@MonkeyCanCode MonkeyCanCode requested a review from ebyhr June 2, 2026 04:58
Comment thread mkdocs/docs/api.md Outdated
Comment thread mkdocs/docs/api.md
"docs",
**{
"uri": "http://127.0.0.1:8181",
"py-io-impl": "pyiceberg.io.pyarrow.PyArrowFileIO",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

py-io-impl

This is actually an optional parameter for views, right?

Copy link
Copy Markdown
Author

@MonkeyCanCode MonkeyCanCode Jun 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. But the top page also use this, do we not want to be consistent with the doc?

Co-authored-by: Yuya Ebihara <ebyhry@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Add documentation/examples of supported View operations

5 participants